home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / os2 / te2_130t.arj / TE2INST.001 / Modems / ETECPC24.INC < prev    next >
Text File  |  1994-03-28  |  677b  |  34 lines

  1. ; E*Tech Bullet PC2400MH MNP
  2. ;
  3. ; ONE TIME MODEM SETUP:  The first time you run TE/2, upon entering the
  4. ; program, type the following lines and press ENTER after each.  Then
  5. ; exit and restart TE/2.
  6. ;
  7. ;       AT&F
  8. ;       AT&C1&D2&T5$C1$E2$F4$X1&W
  9. ;
  10. ; NOTES: Set ALL dialing directory entries to 9600 baud
  11.  
  12. Baud          9600
  13. Parity        N
  14. WordLen       8
  15. StopBits      1
  16.  
  17. XonXoff       BOTH
  18. CtsRts        BOTH
  19. MatchBaud     FALSE
  20.  
  21. ModemInitStrg ATZ^M
  22. ModemDialStrg ATDT
  23. ModemDialSufx ^M
  24. ModemHangStrg ;
  25. DTRHangup     TRUE
  26.  
  27. Connect       CONNECT,9600
  28.  
  29. NoConnect     NO_DIALTONE
  30. NoConnect     NO_CARRIER
  31. NoConnect     BUSY
  32. NoConnect     VOICE
  33.  
  34.